home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -in_the_mag- / converters / graphics / xpdf / pdftops.hlp < prev    next >
Text File  |  1997-11-14  |  1KB  |  49 lines

  1. ! Generated automatically by mantohlp
  2. 1 pdftops
  3.  
  4.        pdftops  -  Portable  Document  Format (PDF) to PostScript
  5.        converter
  6.  
  7.        pdftops [options] [PDF-file [PS-file]]
  8.  
  9.        Pdftops converts Portable Document Format (PDF)  files  to
  10.        PostScript so they can be printed.
  11.  
  12.        Pdftops  reads  the  PDF  file,  PDF-file,  and  writes  a
  13.        PostScript file, PS-file.  If PS-file  is  not  specified,
  14.        pdftops  converts file.pdf to file.ps.  If PS-file is '-',
  15.        the PostScript is sent to stdout.
  16.  
  17.        The generated PostScript is Level 2.  This means  it  will
  18.        not  work  on  old  printers  which  only  support Level 1
  19.        PostScript.
  20.  
  21. 2 OPTIONS
  22.  
  23.        -fnumber
  24.               Specifies the first page to print.
  25.  
  26.        -lnumber
  27.               Specifies the last page to print.
  28.  
  29.        -h     Print usage information.  (-help is equivalent.)
  30.  
  31. 2 BUGS
  32.  
  33.        This  is  a beta release of pdftops, and there are still a
  34.        bunch of PDF features which I have yet to implement.
  35.  
  36.        At this point, the biggest problem is that embedded  fonts
  37.        are not handled properly.
  38.  
  39. 2 AUTHOR
  40.  
  41.        The  pdftops software and documentation are copyright 1996
  42.        Derek B. Noonburg (derekn@ece.cmu.edu).
  43.  
  44. 2 SEE_ALSO
  45.  
  46.        xpdf(1)
  47.        http://www.contrib.andrew.cmu.edu/usr/dn0o/xpdf/xpdf.html
  48.  
  49.